home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_pl.java < prev    next >
Text File  |  1998-09-22  |  8KB  |  193 lines

  1. /*
  2.  * @(#)LocaleElements_pl.java    1.9 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_pl extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "pl_PL" }, // locale id based on iso codes
  57.             { "LocaleID", "0415" }, // Windows id
  58.             { "ShortLanguage", "pol" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "POL" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "pl", "polski" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "PL", "Polska" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "stycze\u0144", // january
  73.                     "luty", // february
  74.                     "marzec", // march
  75.                     "kwiecie\u0144", // april
  76.                     "maj", // may
  77.                     "czerwiec", // june
  78.                     "lipiec", // july
  79.                     "sierpie\u0144", // august
  80.                     "wrzesie\u0144", // september
  81.                     "pa\u017adziernik", // october
  82.                     "listopad", // november
  83.                     "grudzie\u0144", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "sty", // abb january
  90.                     "lut", // abb february
  91.                     "mar", // abb march
  92.                     "kwi", // abb april
  93.                     "maj", // abb may
  94.                     "cze", // abb june
  95.                     "lip", // abb july
  96.                     "sie", // abb august
  97.                     "wrz", // abb september
  98.                     "pa\u017a", // abb october
  99.                     "lis", // abb november
  100.                     "gru", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "niedziela", // Sunday
  107.                     "poniedzia\u0142ek", // Monday
  108.                     "wtorek", // Tuesday
  109.                     "\u015broda", // Wednesday
  110.                     "czwartek", // Thursday
  111.                     "pi\u0105tek", // Friday
  112.                     "sobota" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "N", // abb Sunday
  118.                     "Pn", // abb Monday
  119.                     "Wt", // abb Tuesday
  120.                     "\u015ar", // abb Wednesday
  121.                     "Cz", // abb Thursday
  122.                     "Pt", // abb Friday
  123.                     "So" // abb Saturday
  124.                 }
  125.             },
  126.             { "Eras",
  127.                 new String[] { // era strings
  128.                     "p.n.e.",
  129.                     "n.e."
  130.                 }
  131.             },
  132.             { "NumberPatterns",
  133.                 new String[] {
  134.                     "#,##0.###;-#,##0.###", // decimal pattern
  135.                     "z\u0142#,##0.##;-z\u0142#,##0.##", // currency pattern
  136.                     "#,##0%" // percent pattern
  137.                 }
  138.             },
  139.             { "NumberElements",
  140.                 new String[] {
  141.                     ",", // decimal separator
  142.                     "\u00a0", // group (thousands) separator
  143.                     ";", // list separator
  144.                     "%", // percent sign
  145.                     "0", // native 0 digit
  146.                     "#", // pattern digit
  147.                     "-", // minus sign
  148.                     "E", // exponential
  149.                     "\u2030", // per mille
  150.                     "\u221e", // infinity
  151.                     "\ufffd" // NaN
  152.                 }
  153.             },
  154.             { "CurrencyElements",
  155.                 new String[] {
  156.                     "z\u0142", // local currency symbol
  157.                     "PLZ", // intl currency symbol
  158.                     "," // monetary decimal separator
  159.                 }
  160.             },
  161.             { "DateTimePatterns",
  162.                 new String[] {
  163.                     "HH:mm:ss z", // full time pattern
  164.                     "HH:mm:ss z", // long time pattern
  165.                     "HH:mm:ss", // medium time pattern
  166.                     "HH:mm", // short time pattern
  167.                     "d MMMM yyyy", // full date pattern
  168.                     "d MMMM yyyy", // long date pattern
  169.                     "yyyy-MM-dd", // medium date pattern
  170.                     "yy-MM-dd", // short date pattern
  171.                     "{1} {0}" // date-time pattern
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 /* for pl_PL, default sorting except for the following: */
  176.                 /* add d<stroke> between d and e. */
  177.                 /* add l<stroke> between l and m. */
  178.                 /* add z<abovedot> after z.       */
  179.                 "& A < a\u0328 , A\u0328 " +      // a < a-ogonek
  180.                 "& C < c\u0301 , C\u0301 " +      // c < c-acute
  181.                 "& D < \u0111, \u0110 " +         // tal : d < d-stroke
  182.                 "& E < e\u0328 , E\u0328 " +      // e < e-ogonek
  183.                 "& L < \u0142 , \u0141 " +        // l < l-stroke
  184.                 "& N < n\u0301 , N\u0301 " +      // n < n-acute
  185.                 "& O < o\u0301 , O\u0301 " +      // o < o-acute
  186.                 "& S < s\u0301 , S\u0301 " +      // s < s-acute
  187.                 "& Z < z\u0301 , Z\u0301 " +      // z < z-acute
  188.                 "< z\u0307 , Z\u0307 "            // z-dot-above
  189.             }
  190.         };
  191.     }
  192. }
  193.